home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / C / LSAM.ZIP / SAMPLE.TXT < prev    next >
Encoding:
Text File  |  1987-12-13  |  1.2 KB  |  26 lines

  1. ***************************************************************
  2. *  comment                              *
  3. *  documenting use of the base/index files specified here     *
  4. ***************************************************************
  5. lsparm type=begin
  6. * either an asterisk (*)
  7. ; or a semicolon (;) is a valid comment delimiter
  8. *         comments may occupy an entire line
  9. lsparm type=entry, -               ; or the final part of a line
  10.        *     comments need not begin in any particular position
  11.        basename=sample.dat, -
  12.        *     and they may separate 'continued' lines
  13.     ;    drive=c:, -            * this is a comment
  14.     ;    path=\c\demo\, -        ; this is also a comment
  15.        maxlrecl=143 -               ;    use comments to document
  16.        reclaim=yes, -
  17.        recfm=fixed, -
  18.        index=(ixname=sample.i00,                -
  19.               keys=(2,15,18,11,30,1),uniquekey=yes,upgrade=yes)
  20.       ;  if using more than one index, simply continue above line as:
  21.       ;            keys=(2,15,18,11,30,1),uniquekey=yes,upgrade=yes, -
  22.       ;        ixname=sample.i01,ixdrive=c:,ixpath=\c\demo\, -
  23.       ;            keys=(2,15,18,11,30,1),upgrade=yes,uniquekey=yes)
  24.       ; and terminate with close parenthesis after last index entry as above
  25. lsparm type=end
  26.